home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / tools / muchmore / muchmore.doc < prev    next >
Text File  |  1994-06-18  |  24KB  |  671 lines

  1.  
  2.                         M u c h M o r e   V 4.4
  3.                      ============================
  4.  
  5.                             © 1988-1992 by
  6.  
  7.                            Fridtjof Siebert
  8.                              Nobileweg 67
  9.                           D-70439 Stuttgart
  10.                                Germany
  11.  
  12.                    EMail: fridi@amokst.adsp.sub.org
  13.  
  14.  
  15.                             © 1992-1994 by
  16.  
  17.                            Christian Stiens
  18.                              Heustiege 2
  19.                          D-59348 Lüdinghausen
  20.                                Germany
  21.  
  22.               EMail: Christian_Stiens@ouzonix.bo.open.de 
  23.  
  24.  
  25.  
  26.   What is MuchMore?
  27.  
  28.     MuchMore is  another  program  like  More,  Less  etc.  that prints
  29.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  30.     to show  the  text  and  to scroll it softly!  But not only softly,
  31.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  32.     Furthermore,  there are commands to search for strings and to print
  33.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  34.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  35.     has no border, there are 80 characters displayed per line.
  36.  
  37.     MuchMore can load  texts,  which are  crunched or crypted by XPK or
  38.     powerpacker,  if  you  have  installed  the XPK  (and  powerpacker)
  39.     libraries.
  40.  
  41.     MuchMore can be made resident with the Resident command of AmigaDOS.
  42.  
  43.     MuchMore  supports  pipes  now,  so  that  you  can  display  the c:
  44.     directory with "dir c: | muchmore", if your shell supports nameless
  45.     pipes.  If you  use the  standard AmigaDOS Shell,  you can  use the
  46.     'pipe' command, which is part of the ShellTools packet of Fisk Disk
  47.     #673.
  48.  
  49.     MuchMore requires AmigaOS 2.04 or better.
  50.  
  51.  
  52.   Why MuchMore instead of MORE, BLITZ or LESS?
  53.  
  54.     MuchMore  is much shorter than  LESS. BLITZ or other  programs that
  55.     scroll quickly or softly usually use 2 Colors and don't support any
  56.     special fontstyles.  MuchMore instead has four Colors and  displays
  57.     bold,  italic,  underlined  and  inverse  text.  Unlike many  other
  58.     programs, MuchMore may use any non-proportional Font to display the
  59.     text.
  60.  
  61.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  62.     simultaneously while it  is   displayed.   That  is,  while  you're
  63.     reading  the first page, the rest of the text is loaded into memory
  64.     and you're able to move  through  the  text  quickly  then  without
  65.     reloading it.
  66.  
  67.  
  68.   Disclaimer:
  69.  
  70.     The use of this program is on your own risk. There  is no liability
  71.     or responsibility for any damage caused by the program.
  72.  
  73.  
  74.   Copyright:
  75.  
  76.     MuchMore is free to be spread on public-domain and shareware disks,
  77.     as long as they  are sold for a reasonable charge.  It may be used
  78.     there to display readme- and  documentation-files.  My name has to
  79.     be left in the program (HELP).
  80.  
  81.     Although MuchMore is not Shareware, donations are welcome.
  82.  
  83.     It's not allowed to use this in a commercial way without my written
  84.     permission.  This permission is  also  necessary  if  you  want  to
  85.     publish  MuchMore as a  part of a  commercial product or use this
  86.     program commercially in any other way.
  87.  
  88.     If you change anything in my source you're allowed to put your name
  89.     in the program's head (:History.), but leave my name in!  If you've
  90.     made  any  enhancements,  please  send them to me (else there'll be
  91.     thousands of different versions).
  92.  
  93.  
  94.   How to start MuchMore:
  95.  
  96.     CLI:
  97.  
  98.       Template:
  99.  
  100.       B=PLANES/N/K,C=PALETTE/K,D=DISPMODEREQ/S,E=EDITOR/K,F=FONT/K,
  101.       I=INTERLEAVED/S,O=OLDSTYLE/S,P=TOOLPRI/N/K,Q=FASTQUIT/S,
  102.       S=SCROLLMODE/N/K,T=TABWIDTH/N/K,U=PUBSCREEN/K,X=EXTRASPACE/N/K,
  103.       W=WINDOW/S,WL=LEFTEDGE/N/K,WT=TOPEDGE/N/K,WW=WIDTH/N/K,WH=HEIGHT/N/K,
  104.       FW=FRWIDTH/N/K,FH=FRHEIGHT/N/K,FILE:
  105.  
  106.       'FILE' is the  name of  the  ASCII-Text  that is to be displayed.
  107.       If there  are any spaces in  the filename, it must be enclosed by
  108.       quotes. "MuchMore ?" displays  the usage.  If MuchMore is started
  109.       without an  argument it will ask for  the  filename  using a file
  110.       requester.
  111.  
  112.       The  option 'B=PLANES' determines  the  number of  Bitplanes  for
  113.       MuchMore's screen. The maximum is two planes.
  114.  
  115.       With  option 'C=PALETTE'  you can  set the  colors for MuchMore's
  116.       screen. Example: PALETTE=AAA,000,f00,0f0
  117.  
  118.       If you set D=DISPMODEREQ, then a requester appears, with that you
  119.       can choose the  display mode  for  the  screen.  If you  click on
  120.       'Ok'  then  the  setting is  saved  to  'ENV:muchmore.prefs'  and
  121.       'ENVARC:muchmore.prefs'.  This  option  needs  asl.library v38 or
  122.       higher (WB 2.1).
  123.  
  124.       You  may select a font by providing the option 'F=FONT'. To force
  125.       MuchMore  to  use   Topaz 11,  type 'MuchMore F=topaz/11'.  Only
  126.       fixed width fonts are allowed.
  127.  
  128.       Option 'E=EDITOR' tells MuchMore  which editor to use if the user
  129.       hits Alt-Shift-E. Default is 'C:ED'. If there is no %s then %s is
  130.       appended. The %s is replaced with the file name.
  131.  
  132.       Option  'I=INTERLEAVED'  determines if the screen's bitmap should
  133.       be interleaved (OS 3.0+).
  134.  
  135.       IF you set option 'O=OLDSTYLE',  then pageup/down is with a soft-
  136.       scroll, like in older versions of MuchMore.
  137.  
  138.       IF you  set option  'Q=FASTQUIT'  then you can leave the  program
  139.       immediately when you hit X, Q or NK5.
  140.  
  141.       You can specify MuchMore's task priority with option 'P=TOOLPRI'.
  142.  
  143.       The option 'S=SCROLLMODE' determines, which OS routines MuchMore
  144.       takes for the scrolling:
  145.  
  146.         0: MakeScreen/MrgCop/WaitTOF   (Not 100% legal)
  147.         1: ScrollVPort/WaitTOF         (Default)
  148.         2: MakeScreen/RethinkDisplay
  149.         3: ScrollRaster                (For not draggable screens
  150.                                         and external graphic cards)
  151.         4: WaitTOF/ScrollVPort         (Same as 1, but WaitTOF first)
  152.         5: ScrollVPort/WaitBOVP        (Busy waiting)
  153.  
  154.       If MuchMore is running in a window, then this option has no
  155.       effect.
  156.  
  157.       With option 'T=TABWIDTH' you can set the tabulator width (default
  158.       is 8).
  159.  
  160.       The  option  'X=EXTRASPACE' tells  MuchMore to put the specified
  161.       number of pixels between the lines.
  162.  
  163.       If option  'W=WINDOW' is set,  then MuchMore  uses  a  window on
  164.       the workbench to display the text. The position and size of this
  165.       window can be specified with options LEFTEDGE, TOPEDGE, WIDTH and HEIGHT.
  166.  
  167.       The options 'FW=FRWIDTH' und 'FH=FRHEIGHT' specify the size of the file
  168.       requester.
  169.  
  170.       With 'U=PUBSCREEN' you specify on which  public screen  MuchMore
  171.       shall open his window.
  172.  
  173.       MuchMore's Tooltypes  are   evaluated  now  also  on  CLI-Start.
  174.       If MuchMore is resident then the icon is searched in C:
  175.  
  176.     Workbench:
  177.  
  178.       Just click the text to be printed with your mouse and then shift-
  179.       doubleclick MuchMore.
  180.  
  181.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  182.       when MuchMore has been copied to the disk's :c/ directory) can be
  183.       displayed easily by doubleclicking them.
  184.  
  185.       MuchMore supports the following Tooltypes:
  186.  
  187.          PALETTE=#{,#}          corresponding to CLI Option C
  188.          EXTRASPACE=#           corresponding to CLI Option X
  189.          FONT=name/size         corresponding to CLI Option F
  190.          EDITOR=name            corresponding to CLI Option E
  191.          OLDSTYLE=TRUE|FALSE    corresponding to CLI Option O
  192.          FASTQUIT=TRUE|FALSE    corresponding to CLI Option Q
  193.          INTERLEAVED=TRUE|FALSE corresponding to CLI Option I
  194.          PLANES=#               corresponding to CLI Option B
  195.          SCROLLMODE=#           corresponding to CLI Option S
  196.          TABWIDTH=#             corresponding to CLI Option T
  197.          TOOLPRI=#              corresponding to CLI Option P
  198.          PUBSCREEN=name         corresponding to CLI Option U
  199.          WINDOW=TRUE|FALSE      corresponding to CLI Option W
  200.          LEFTEDGE=#             corresponding to CLI Option WL
  201.          TOPEDGE=#              corresponding to CLI Option WT
  202.          WIDTH=#                corresponding to CLI Option WW
  203.          HEIGHT=#               corresponding to CLI Option WH
  204.          FRWIDTH=#              corresponding to CLI Option FW
  205.          FRHEIGHT=#             corresponding to CLI Option FH
  206.  
  207.       The tooltypes of the text have priority over MuchMore's tooltypes.
  208.  
  209.     If the text is crypted then you have to enter the password in the
  210.     stringgadget which appears before the text is loaded.
  211.  
  212.  
  213.   MuchMore's commands:
  214.  
  215.     The commands are activated by pressing the corresponding keys:
  216.  
  217.       Space or left mousebutton:
  218.  
  219.                  Stops  or  restarts  scrolling.   While  scrolling  is
  220.                  stopped  the  filelength,  linenumber  and the current
  221.                  percentage of the text are displayed in the bottommost
  222.                  line.
  223.  
  224.                  Pressing space at the end of the texts quits MuchMore.
  225.  
  226.       BackSpace or right mousebutton:
  227.  
  228.                  Stops or restarts  backwards  scrolling. Works similar
  229.                  to the Space-Key.
  230.  
  231.       Up/Down or 2/8 of the numeric keypad:
  232.  
  233.                  Scrolls one line up or down.
  234.  
  235.                  If you  press these  keys together  with the shift-key
  236.                  you can start and stop fast scrolling.
  237.  
  238.                  Control  plus these  keys  increases  scroll speed 2-3
  239.                  times.
  240.  
  241.                  Alternate plus these keys scroll one page up or down.
  242.  
  243.       PgUp / PgDn (numeric keypad):
  244.  
  245.                  Scroll up or down one page.
  246.  
  247.       T (top) or Home:
  248.  
  249.                  Moves to top of text.
  250.  
  251.       B (bottom) or End:
  252.  
  253.                  Moves to bottom of text.
  254.  
  255.       F (find):
  256.  
  257.                  Waits for a string to be entered and searches for this
  258.                  string   starting   at   the  topmost  line  currently
  259.                  displayed on  the  screen.   If you  press <shift>-<f>
  260.                  then the search is  case-sensitive.  If you press  key
  261.                  'f' without shift then the  search will be case-insen-
  262.                  sitive.  If the string is found,  the line  containing
  263.                  the string will be  displayed  and  the  found  string
  264.                  will be highlighted. Else the screen will flash.
  265.  
  266.       N (next):
  267.  
  268.                  Searches for the next  occurance of the string entered
  269.                  with `F'. See above.
  270.  
  271.       P (previous):
  272.  
  273.                  Searches  for  the  previous  occurence  of the string
  274.                  entered with `F'. It  starts  with  the  topmost  line
  275.                  that's currently displayed and searches backwards.  If
  276.                  the  search  is  succesful,  the  line  containing the
  277.                  string will be displayed like it is by the  F-Command.
  278.                  Else a beep will be displayed.
  279.  
  280.       Shift + Fn:
  281.  
  282.                  Shift plus one of F1 to F10  sets a text marker at the
  283.                  current position.
  284.  
  285.       Fn:
  286.  
  287.                  Jumps to the text marker #n that's been set with Shift
  288.                  plus Fn.  If text marker #n isn't set yet,  it will be
  289.                  set to the current position,  as it would have been if
  290.                  you had pressed shift plus Fn.
  291.  
  292.       G (goto):
  293.  
  294.                  Opens a Window  with an integer-gadget.  You can enter
  295.                  the number of the line that is to be displayed.
  296.  
  297.       Shift + Alt + E (edit):
  298.  
  299.                  Calls an text editor by executing "C:ED %s" with  %s
  300.                  replaced by  the actual  file name.  If the text was
  301.                  crunched then  the  decrunched text in "T:"  will be
  302.                  editied.
  303.  
  304.       Shift + Alt + O (printout):
  305.  
  306.                  Prints the  text.    This  is  done with "TYPE text TO
  307.                  PRT:".  So  it  works  with  any  printer   when   the
  308.                  preferences are  set correctly.  The commands TYPE and
  309.                  RUN must occur in the current C: directory.  You don't
  310.                  have to wait while printing.  You can continue reading
  311.                  the text with MuchMore. I hope that it  is  impossible
  312.                  to  press shift+alt+o accidentally, so you won't print
  313.                  a 100k text when you in fact don't  need  a  printout.
  314.                  The printing cannot be interrupted, but you can switch
  315.                  off  your  printer  and  wait  for the printertrouble-
  316.                  requester :-).
  317.  
  318.       W (write):
  319.  
  320.                  Writes the  text that's marked between the textmarkers
  321.                  that have been set with F1 and F2 to a file or to PRT:
  322.                  when  you  accept the  default filename.  The text  is
  323.                  saved starting at  the topmost line of the page marked
  324.                  with  F1 until  the bottommost line of  F2's page.  To
  325.                  print  the  current   page  you  just  press  Shift+F1,
  326.                  Shift+F2, w and RETURN.
  327.  
  328.       C (copy):
  329.  
  330.                  Copies the text that's marked  between the textmarkers
  331.                  that have  been set with  F1 and F2  to the clipboard.
  332.                  This  command  requires the  iffparse.library of Work-
  333.                  bench 2.04+.
  334.  
  335.       L (load):
  336.  
  337.                  Opens the filerequester and loads a new text.
  338.  
  339.       HELP or H:
  340.  
  341.                  Shows all  MuchMore-Commands.  This way  everybody who
  342.                  doesn't have this documentation file should be able to
  343.                  use  MuchMore.  After  pressing  any  key  the text is
  344.                  displayed again.
  345.  
  346.       ESC, Q, X or 5 of the numeric keypad:
  347.  
  348.                  Quit MuchMore. To avoid leaving the program by mistake
  349.                  the keys Q, X and NK5 first show the info  line before
  350.                  quitting.
  351.  
  352.  
  353.   The Files in this package:
  354.  
  355.     MuchMore          The executable
  356.     MuchMore.doc      This textfile
  357.     MuchMore.dok      German documentation
  358.     Install_MuchMore  Script for C= Installer Tool
  359.  
  360.     src (dir)         This directory contains the source:
  361.  
  362.       MuchMore.mod    The Oberon-2 source
  363.  
  364.     catalogs (dir)    This directory contains the catalogs
  365.  
  366.  
  367.   Compiling:
  368.  
  369.     MuchMore was  written  in Oberon-2 using the Amiga Oberon Compiler
  370.     V3.10.  You  can  find a  demo version  of the  Compiler  on  Fish
  371.     Disk #880.
  372.  
  373.  
  374.   Known Bugs, Problems:
  375.  
  376.     Tools like  AutoPoint,  which always activate the window under the
  377.     mouse pointer  lead  to  problems  with  the  input window for the
  378.     find/goto command because it is closed when it is deactivated.
  379.  
  380.     Programs like PowerSnap snap on  a wrong location after scrolling.
  381.     If you hit the help key twice before snapping it works ok, because
  382.     RasInfo.dyOffset is zero again.
  383.  
  384.     Italic letters can write over the window border.
  385.  
  386.     If you use MuchMore with APIPE: the first four characters get lost.
  387.  
  388.  
  389.   Revisions:
  390.  
  391.    v1.0:
  392.  
  393.       - this version was terribly slow and therefore not published!
  394.  
  395.    v1.1:
  396.  
  397.       - first published version.
  398.  
  399.    v1.2:
  400.  
  401.       - now  the  file's  name,  its  length  etc. are  displayed  when
  402.         scrolling is stopped with <Space>.
  403.       - now left and right mousebutton can be used instead of space and
  404.         backspace.
  405.       - controlcodes aren't displayed anymore.
  406.  
  407.    v1.3:
  408.  
  409.       - Strong  increase in  speed while  scrolling. WarpText  has been
  410.         replaced by  QText (Sorry, Bill).  MuchMore  is  now as fast as
  411.         Blitz (with Video Sync) although it uses a bigger screen.
  412.       - Now supports numeric keypad (home, end, PgUp etc.)
  413.       - Now the screen  gets it's  size from gfxbase^.normalDisplayXXX.
  414.         This way  MuchMore  can  be run  on PAL,  NTSC, Amigas  with an
  415.         Overscan- Workbench (like mine),  and on resolutions that'll be
  416.         used  in  future.  It always  opens  its screen  as big  as the
  417.         current Workbenchscreen.
  418.  
  419.    v1.4:
  420.  
  421.       - Displaying  and  loading  of  the  text  are  now  done  by two
  422.         asynchroneous tasks.  Scrolling is  more  homogeneous  now  and
  423.         there are no more stops to load further text.
  424.       - The feature to display several texts has been removed.
  425.       - Bugs in filelength and end-function removed
  426.       - New commands: find, next, previous to search for strings
  427.       - Scrolling stops when MuchMore's window becomes inactive.
  428.  
  429.    v1.5:
  430.  
  431.       - New command: print text (shift+alt+o)
  432.       - removed all imports to make MuchMore shorter
  433.       - added numeric key 5 to quit
  434.  
  435.    v1.6:
  436.  
  437.       - From this  version on  texts with  different fontstyles  (bold,
  438.         italics, inverse) and different colors can be displayed!
  439.  
  440.    v1.7:
  441.  
  442.       - Now MuchMore is again as fast as MuchMore v1.5 was, although it
  443.         uses 2 bitplanes and uses several fontstyles.
  444.       - Print  (shift+alt+o)  doesn't  crash   anymore  when  you  quit
  445.         MuchMore before printing is complete.
  446.  
  447.    v1.8:
  448.  
  449.       - Bug which occured  when searching for  a string having searched
  450.         for a longer string, removed.
  451.       - Strings found while execution of F, N or P are highlighted now.
  452.       - Added NK0 to display filelength etc.
  453.  
  454.    v2.0:
  455.  
  456.       - Ported MuchMore to OBERON
  457.       - Removed bug that caused RMB not  to work on some amigas (it did
  458.         work on my computer)
  459.       - now uses the arp-filerequester
  460.       - new command: L = load new text
  461.  
  462.    v2.1:
  463.  
  464.       - Read-/write-errors used to create some very interesting crashes
  465.         with colorful graphics  and stereo sound.  I'm sorry, but I had
  466.         to remove this.
  467.       - CSI-Codes  have been executed BACKWARDs.  This caused  problems
  468.         with sequences like <CSI>0;4m. Fixed now.
  469.       - New Commands: Ping & Pong, Goto
  470.       - First  page  is  displayed  immediately  now  when  MuchMore is
  471.         started.
  472.  
  473.    v2.2:
  474.  
  475.       - Now MuchMore uses console's keymapping instead of the hardcoded
  476.         one it  used  before.  So  there  won't  be  problems with  any
  477.         japanese keymaps.
  478.  
  479.    v2.3:
  480.  
  481.       - New   command: 's'  (sleep)   and  pop  up  function  lAlt+ESC.
  482.         'MuchMore -s' sleeps immediately.
  483.       - Bug in interpretation of <CSI>[m fixed.  <CSI>[m is now treated
  484.         as <CSI>[m.
  485.  
  486.    v2.4:
  487.  
  488.       - New Command: 'w' to write block to file or priner
  489.       - Argumentparser rewritten. Now supports quotes.
  490.  
  491.    v2.5:
  492.  
  493.       - Uses 8x8 Font set with SetFont instead of topaz 8.
  494.       - Allocates 4K Memory chunks instead  of one memorychunk for each
  495.         line.  So MuchMore  won't scatter  the Memory anymore.  Another
  496.         positive effect  is that MuchMore  needs less nemory now (about
  497.         14 Bytes per line).
  498.  
  499.    v2.6:
  500.  
  501.       - asynchronous fast scrolling with the ctrl-key.
  502.       - MuchMore is reentrant (pure)
  503.       - MuchMore uses  an interlace screen when  the preferences  are  set
  504.         accordingly.
  505.       - On low chip-memory, MuchMore uses a 1-plane screen.
  506.  
  507.    v2.7:
  508.  
  509.       - '-l' to toggle interlaced mode
  510.       - uses ASL's FileRequester
  511.       - no more calls RethinkDisplay() 50 (or even 60) times a second
  512.  
  513.    v2.8:
  514.  
  515.       - leaves some spaces between the lines on interlace screens to make
  516.         the text more readable.
  517.  
  518.    v3.0:
  519.  
  520.       - sleep ('-s') is no more supported (was rarely used).
  521.       - now MuchMore uses any non-proportional font.
  522.       - new options to select a font: '-f<font>' and '-s<size>'.
  523.  
  524.    v3.1:
  525.  
  526.       - Uses Screenmode of Workbench Screen
  527.  
  528.    v3.2:
  529.  
  530.       - Support for not srollable Screens
  531.       - No more Scrolling if complete display rebuilding
  532.  
  533. --- Fridtjof.
  534.  
  535.    v3.2.1:
  536.  
  537.       - XPK Support
  538.       - New Syntax for option -f. Example: -ftopaz/11
  539.       - New option -p for Password
  540.       - New option -e for Extra Spacing
  541.       - New option -c for Screen Colors. Example: -c0,abc,f00
  542.       - Tool-Types
  543.  
  544.    v3.2.2:
  545.  
  546.       - The last version displayed the first two chars of each line
  547.         at the end of the line on some overscan dimensions.
  548.  
  549.    v3.2.3:
  550.  
  551.       - The non-scroll mode now works under KS2.04 when using a 8x8 font
  552.       - The Console-Device wasn't closed
  553.       - Display Mode Requester
  554.       - New option -s for Scrollmode
  555.       - Busypointer
  556.       - ToolType evaluation if CLI started (AmigaOS 2.04)
  557.       - Finds MuchMore's Tooltypes now also, if MM as default tool of the
  558.         Text wasn't found directly but over the Dos search path.
  559.  
  560.    v3.2.4:
  561.  
  562.       - Some bugs in GetString() removed
  563.       - MM now ignores key/mouse strikes while it is busy
  564.  
  565.    v3.2.5:
  566.  
  567.       - Asynchronous scrolling changed.
  568.       - Dos.ReadArgs
  569.       - New Option -t / "T=TOOLPRI" for task priority
  570.  
  571.    v3.2.6:
  572.  
  573.       - Scrollmode 3 scrolls soft
  574.       - Scrollmode 1 is default under KS2.04 and higher
  575.       - New option -a or "A=TABWIDTH" for tabulator width
  576.       - New option -o or "O=ONEPLANE"
  577.       - New option "N=NOOSCAN"
  578.       - Opens screen with full overscan width
  579.       - Uses QText no more
  580.  
  581.    v3.2.7:
  582.  
  583.       - MM doesn't poke to his bitplanes no more, but uses the
  584.         funcs of graphics.library for this purpose
  585.  
  586.    v3.2.8:
  587.  
  588.       - Option "O=ONEPLANE" removed
  589.       - new Option "B=PLANES" instead
  590.  
  591.    v3.2.9:
  592.  
  593.       - implemented V36 ANSI Codes (<CSI>22-28m)
  594.  
  595.    v3.2.10:
  596.  
  597.       - Locale Support
  598.       - Made Display Mode Requester font-sensitive
  599.  
  600.    v3.3:
  601.  
  602.       - Keys Q, X and NK5 quit after first showing the info line
  603.         to avoid unintended quitting
  604.  
  605.    v3.4:
  606.  
  607.       - Key 'c' copies the text between markers #1 and #2 to the
  608.         clipboard
  609.  
  610.    v3.5:
  611.  
  612.       - Search can be case-sensitiv or case-insensitiv
  613.       - Searching now with Boyer-Moore Algorithm
  614.  
  615.    v3.6:
  616.  
  617.       - New Option O=OLDSTYLE for page up/down w/ softscroll
  618.       - Screen flashes when pressing Up (Down) at BOF (EOF)
  619.  
  620.    v3.7:
  621.  
  622.       - New Option E=EDITOR
  623.       - MM was not 100% pure because the BusyPointer image was
  624.         not copied -> Probs with WShell
  625.       - Option PASSWORD removed. Password must be entered in a
  626.         string gadget
  627.       - Options NOOSCAN and SCROLLMODE removed
  628.       - Text was not printed if filename contained spaces
  629.       - MuchMore crashed under Kick 1.3 when displaying italic
  630.         text due to a bug in Kickstart 1.3.
  631.  
  632.    v4.0:
  633.  
  634.       - Kick 1.3 is no more supported
  635.       - MM can run in a workbench window
  636.  
  637.    v4.1:
  638.  
  639.       - Sets rp.mask or MaxPen (v39), so that only two or one (option
  640.         PLANES=1) bitplanes are scrolled if MM runs in a window
  641.       - Uses the Prefs BusyPointer under v39.
  642.       - Pipe Support
  643.       - New option PUBSCREEN
  644.       - Option SCROLLMODE reintroduced
  645.       - New option 'I=INTERLEAVED'
  646.  
  647.    v4.2:
  648.  
  649.       - Zoom gadget
  650.       - Better way to test for a pipe, so that the filerequester appears
  651.         again if you say "run muchmore"
  652.       - Bug fix: On CLI start the icon is now found also, if you start
  653.         MuchMore with path
  654.       - Bugs in MuchMore's task synchronization removed
  655.       - New option Q=FASTQUIT
  656.  
  657.    v4.3:
  658.  
  659.       - New options FRWIDTH and FRHEIGHT
  660.       - Password is hidden when entering
  661.  
  662.    v4.4:
  663.  
  664.       - Bug removed which caused a deadlock if signal #31 of the shell
  665.         process was allocated
  666.       - Uses ASL ScreenModeRequester
  667.  
  668. --- Christian.
  669.  
  670.